Skip to content

Fix case of screening_entra_group_id in prod tfvars - #166

Merged
carlosmartinez merged 1 commit into
mainfrom
fix/lower-case-tfvar
Jul 16, 2026
Merged

Fix case of screening_entra_group_id in prod tfvars#166
carlosmartinez merged 1 commit into
mainfrom
fix/lower-case-tfvar

Conversation

@carlosmartinez

Copy link
Copy Markdown
Contributor

Terraform variable names are case-sensitive: prod's tfvars set SCREENING_ENTRA_GROUP_ID, which Terraform ignores as an undeclared variable, leaving the required screening_entra_group_id unset. The next prod arc-infra plan would fail with "No value for required variable". Lowercase it to match the variable declaration and every other environment.

Also remove the duplicate from variables.sh: nothing consumes it from the shell environment.

Terraform variable names are case-sensitive: prod's tfvars set
SCREENING_ENTRA_GROUP_ID, which Terraform ignores as an undeclared
variable, leaving the required screening_entra_group_id unset. The
next prod arc-infra plan would fail with "No value for required
variable". Lowercase it to match the variable declaration and every
other environment.

Also remove the duplicate from variables.sh: nothing consumes it from
the shell environment.

@steventux steventux left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🆎 🔤

@carlosmartinez
carlosmartinez merged commit f8383b1 into main Jul 16, 2026
9 checks passed
floormind pushed a commit that referenced this pull request Jul 23, 2026
Terraform variable names are case-sensitive: prod's tfvars set
SCREENING_ENTRA_GROUP_ID, which Terraform ignores as an undeclared
variable, leaving the required screening_entra_group_id unset. The
next prod arc-infra plan would fail with "No value for required
variable". Lowercase it to match the variable declaration and every
other environment.

Also remove the duplicate from variables.sh: nothing consumes it from
the shell environment.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants